home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Utilities / Workbench / MagicWB2.1p / Show MagicWB < prev    next >
Text File  |  1998-06-24  |  1KB  |  33 lines

  1. failat 21
  2.  
  3. echo "*n*n*e[1;32m ____________________________________________________________________"
  4. echo " *e[43m                                                                    *e[0m"
  5. echo " *e[0;32;43m                 Welcome to MagicWB v2.1p: PREVIEW*e[1m                  *e[0m"
  6. echo " *e[1;4;43m                                                                    *e[0m"
  7. echo "*n*n*n The following picture snapshot will show you how your Workbench is"
  8. echo " going to look like if you use the *e[32mREGISTERED*e[0m version of *e[32mMagicWB*e[0m.*n"
  9.  
  10. wait 8
  11. if exists sys:utilities/multiview
  12.   sys:utilities/multiview Preview screen
  13.   skip end
  14. else
  15.   wait 5
  16.   if exists sys:utilities/display
  17.     sys:utilities/display Preview
  18.   else
  19.     echo "*n Sorry, I couldn't find neither 'Multiview' nor 'Display' to display"
  20.     echo " the preview picture. Please use your own display utility to view the"
  21.     echo " picture 'Preview' in the MagicWB directory."
  22.     wait 15
  23.     skip endend
  24.   endif
  25. endif
  26.  
  27. lab end
  28. echo "*n*n So? Do you like it? Then install *e[32mMagicWB*e[0m immediately...*n"
  29.  
  30. lab endend
  31. wait 3
  32. quit
  33.